Click or drag to resize

JToken  Conversion (JToken to UInt32)

[Missing <summary> documentation for "M:Stimulsoft.Base.Json.Linq.JToken.op_Explicit(Stimulsoft.Base.Json.Linq.JToken)~System.UInt32"]

Namespace:  Stimulsoft.Base.Json.Linq
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static explicit operator uint (
	JToken value
)

Parameters

value
Type: Stimulsoft.Base.Json.LinqJToken

[Missing <param name="value"/> documentation for "M:Stimulsoft.Base.Json.Linq.JToken.op_Explicit(Stimulsoft.Base.Json.Linq.JToken)~System.UInt32"]

Return Value

Type: UInt32

[Missing <returns> documentation for "M:Stimulsoft.Base.Json.Linq.JToken.op_Explicit(Stimulsoft.Base.Json.Linq.JToken)~System.UInt32"]

See Also