DateComponent.GetFormat

DateComponent.GetFormat method

Returns a string composed of a specified character repeated based on the format.

public string GetFormat(char ch)
ParameterTypeDescription
chCharThe character to repeat.

Return Value

A string consisting of the character repeated.

See Also