Class StringToken
Abstract base class for string tokens.
Inherited Members
Namespace: RTools_NTS.Util
Assembly: NetTopologySuite.dll
Syntax
public abstract class StringToken : Token
Constructors
| Edit this page View SourceStringToken(string)
Default constructor.
Declaration
public StringToken(string s)
Parameters
| Type | Name | Description |
|---|---|---|
| string | s |
StringToken(string, int)
Constructor with the specified value and line number.
Declaration
public StringToken(string s, int line)
Parameters
| Type | Name | Description |
|---|---|---|
| string | s | |
| int | line |
Properties
| Edit this page View SourceStringValue
Override, see base Token
Declaration
public override string StringValue { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
| Edit this page View SourceGetHashCode()
Override, see base Token
Declaration
public override int GetHashCode()
Returns
| Type | Description |
|---|---|
| int |
Overrides
| Edit this page View SourceToDebugString()
Override, see base Token
Declaration
public override string ToDebugString()
Returns
| Type | Description |
|---|---|
| string |
Overrides
| Edit this page View SourceToString()
Override, see base Token
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string |