Skip to main content

StringTokenizer Structure

Obsolete.

This type has been superseded by SpanStringTokenizer.

Definition

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

[ObsoleteAttribute("This type has been superseded by SpanStringTokenizer.")]
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 
CurrentTokenSpan 

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)) 
ReadSpan(Nullable(Char)) 
ReadString(Nullable(Char)) 
TryReadDouble(Double, Nullable(Char)) 
TryReadInt32(Int32, Nullable(Char)) 
TryReadSpan(ReadOnlySpan(Char), Nullable(Char)) 
TryReadString(String, Nullable(Char)) 

See Also

Reference

Avalonia.Utilities Namespace