Show / Hide Table of Contents

    Struct Char

    Represents a character as a UTF-16 code unit.

    Inherited Members
    ValueType.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Namespace: System
    Assembly: mscorlib.dll
    Syntax
    public struct Char

    Fields

    | Improve this Doc View Source

    MaxValue

    Represents the largest possible value of a Char. This field is constant.

    Declaration
    public const char MaxValue = '\uffff'
    Field Value
    Type Description
    Char
    | Improve this Doc View Source

    MinValue

    Represents the smallest possible value of a Char. This field is constant.

    Declaration
    public const char MinValue = '\0'
    Field Value
    Type Description
    Char

    Methods

    | Improve this Doc View Source

    ToLower()

    Returns the lower case character.

    Declaration
    public char ToLower()
    Returns
    Type Description
    Char

    The lower case character.

    | Improve this Doc View Source

    ToString()

    Converts the value of this instance to its equivalent string representation.

    Declaration
    public override string ToString()
    Returns
    Type Description
    String

    The string representation of the value of this instance.

    Overrides
    Object.ToString()
    | Improve this Doc View Source

    ToUpper()

    Returns the upper case character.

    Declaration
    public char ToUpper()
    Returns
    Type Description
    Char

    The upper case character.

    • Improve this Doc
    • View Source
    Back to top Copyright © 2018 nanoFramework Contributors
    Generated by DocFX