Gets the repeating character.
public char RepeatChar {get;}
'Declaration
Public ReadOnly Property RepeatChar As Char
'Usage
Dim instance As FormatResult
Dim value As Char
value = instance.RepeatChar
Property Value
A
System.Char value represents the repeating character. A char \0 means there is no repeating character.