JsonNumber Class

Definition

public sealed class JsonNumber : Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Runtime.Json.JsonNode
type JsonNumber = class
    inherit JsonNode
Public NotInheritable Class JsonNumber
Inherits JsonNode
Inheritance
JsonNumber

Properties

Item[Int32] (Inherited from JsonNode)
Item[String] (Inherited from JsonNode)

Methods

ToString()

Operators

Implicit(Double to JsonNumber)
Implicit(Int16 to JsonNumber)
Implicit(Int32 to JsonNumber)
Implicit(Int64 to JsonNumber)
Implicit(JsonNumber to Byte)
Implicit(JsonNumber to DateTime)
Implicit(JsonNumber to Decimal)
Implicit(JsonNumber to Double)
Implicit(JsonNumber to Int16)
Implicit(JsonNumber to Int32)
Implicit(JsonNumber to Int64)
Implicit(JsonNumber to Single)
Implicit(JsonNumber to UInt16)
Implicit(JsonNumber to UInt32)
Implicit(JsonNumber to UInt64)
Implicit(Single to JsonNumber)

Applies to