Skip to main content

StringTokenizer Structure

Definition

Namespace: Avalonia.Utilities
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public struct StringTokenizer : IDisposable, 
IEquatable<StringTokenizer>
View Source
InheritanceObjectValueType → StringTokenizer
ImplementsIDisposable, IEquatable(StringTokenizer)

Constructors

StringTokenizer(String, Char, String)Initializes a new instance of the StringTokenizer class
StringTokenizer(String, IFormatProvider, String)Initializes a new instance of the StringTokenizer class

Properties

CurrentToken 

Methods

Dispose()Releases all resources used by the StringTokenizer
GetType()Gets the Type of the current instance.
(Inherited from Object)
ReadDouble(Nullable(Char)) 
ReadInt32(Nullable(Char)) 
ReadString(Nullable(Char)) 
TryReadDouble(Double, Nullable(Char)) 
TryReadInt32(Int32, Nullable(Char)) 
TryReadString(String, Nullable(Char)) 

See Also

Reference

Avalonia.Utilities Namespace