Geotools.Net

GeometryWktWriter.StringOfChar Method 

Returns a string of repeated characters.

[Visual Basic]
Public Shared Function StringOfChar( _
   ByVal ch As Char, _
   ByVal count As Integer _
) As String
[C#]
public static string StringOfChar(
   char ch,
   int count
);

Parameters

ch
The character to repeat.
count
The number of times to repeat the character.

Return Value

Returns a string of repeated characters.

Remarks

Missing <remarks> documentation for M:Geotools.IO.GeometryWktWriter.StringOfChar(System.Char,System.Int32)

See Also

GeometryWktWriter Class | GeometryWktWriter Members | Geotools.IO Namespace