Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.encoding.json
  • Platforms: .NET, .NET Standard 2.0, Island
  • Ancestry:
    • ValueType | Number  .NET, .NET Standard 2.0, Island-watchOS-armv7k
    • ValueType | Number  Island-Android, Island-iOS Simulator, Island-iOS-arm64, Island-Mac Catalyst, Island-macOS, Island-tvOS Simulator, Island-tvOS-arm64, Island-Ubuntu, Island-watchOS Simulator, Island-watchOS-arm64_32, Island-Windows

constructor


constructor(aValue: string)
Sub New(aValue As string)

Parameters:

  • aValue:

Equals

method Equals(value: Object): Boolean
Boolean Equals(Object value)
func Equals(_ value: Object) -> Boolean
func Equals(value interface{}) Boolean
Function Equals(value As Object) As Boolean

Parameters:

  • value:

Float64

method Float64: tuple of (Double, error)
(Double, error) Float64()
func Float64() -> tuple of (Double, error)
func Float64() tuple of (Double, error)
Function Float64() As Tuple (Of Double, error)

GetHashCode

method GetHashCode: Int32
func GetHashCode() -> Int32
Function GetHashCode() As Int32

Int64

method Int64: tuple of (int64, error)
func Int64() -> tuple of (int64, error)
func Int64() tuple of (int64, error)
Function Int64() As Tuple (Of int64, error)

String

Function String() As string

Value

constructor


constructor(aValue: string)
Sub New(aValue As string)

Parameters:

  • aValue:

Equals

method Equals(value: Object): Boolean
Boolean Equals(Object value)
func Equals(_ value: Object) -> Boolean
func Equals(value interface{}) Boolean
Function Equals(value As Object) As Boolean

Parameters:

  • value:

Float64

method Float64: tuple of (Double, error)
(Double, error) Float64()
func Float64() -> tuple of (Double, error)
func Float64() tuple of (Double, error)
Function Float64() As Tuple (Of Double, error)

GetHashCode

method GetHashCode: Int32
func GetHashCode() -> Int32
Function GetHashCode() As Int32

Int64

method Int64: tuple of (int64, error)
func Int64() -> tuple of (int64, error)
func Int64() tuple of (int64, error)
Function Int64() As Tuple (Of int64, error)

String

Function String() As string