DeserializeTypeExensions
Assembly: ServiceStack.Text.dll
View Source
Declaration
public static class DeserializeTypeExensions
Methods
Has(ParseAsType, ParseAsType)
View Source
Declaration
public static bool Has(this ParseAsType flags, ParseAsType flag)
Returns
System.Boolean
Parameters
Type | Name |
---|---|
ServiceStack.Text.ParseAsType | flags |
ServiceStack.Text.ParseAsType | flag |
ParseNumber(ReadOnlySpan<Char>)
View Source
Declaration
public static object ParseNumber(this ReadOnlySpan<char> value)
Returns
System.Object
Parameters
Type | Name |
---|---|
ReadOnlySpan<System.Char> | value |
ParseNumber(ReadOnlySpan<Char>, Boolean)
View Source
Declaration
public static object ParseNumber(this ReadOnlySpan<char> value, bool bestFit)
Returns
System.Object
Parameters
Type | Name |
---|---|
ReadOnlySpan<System.Char> | value |
System.Boolean | bestFit |