Show / Hide Table of Contents

Method Char

| Improve this Doc View Source

Char(Nullable<Char>)

Converts a char value into JSON value.

Declaration
public static JsonValue Char(char? x)
Parameters
Type Name Description
System.Nullable<System.Char> x

The value.

Returns
Type Description
JsonValue

The result JSON value.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest