Returns a string of repeated characters.
[Visual Basic]
Public Shared Function StringOfChar( _
ByVal ch As Char, _
ByVal count As Integer _
) As String
Returns a string of repeated characters.
Missing <remarks> documentation for M:Geotools.IO.GeometryWktWriter.StringOfChar(System.Char,System.Int32)
GeometryWktWriter Class | GeometryWktWriter Members | Geotools.IO Namespace