Geotools.Net

StreamTokenizer.GetStringValue Method 

If the current token is a word token, this field contains a string giving the characters of the word token.

[Visual Basic]
Public Function GetStringValue() As String
[C#]
public string GetStringValue();

Return Value

Missing <returns> documentation for M:Geotools.Utilities.StreamTokenizer.GetStringValue

Remarks

Missing <remarks> documentation for M:Geotools.Utilities.StreamTokenizer.GetStringValue

See Also

StreamTokenizer Class | StreamTokenizer Members | Geotools.Utilities Namespace