- Namespace
- Avalonia
.Utilities - Interfaces
-
- IDisposable
- Base Types
-
- object
- ValueType
graph BT
Type-->Base0["ValueType"]
Base0-->Base1["object"]
Type-.->Interface0["IDisposable"]
Type["StringTokenizer"]
class Type type-node
Syntax
public struct StringTokenizer : ValueType, IDisposable
Constructors
Properties
Name | Value | Summary |
---|---|---|
CurrentToken | string |
Methods
Name | Value | Summary |
---|---|---|
Dispose |
void | |
ReadDouble |
double | |
ReadInt32 |
int | |
ReadString |
string | |
TryReadDouble |
bool | |
TryReadInt32 |
bool | |
TryReadString |
bool |