Search Results for

    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 char

    Fields

    MaxValue

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

    Declaration
    public const char MaxValue = '\uffff'
    Field Value
    Type Description
    char

    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

    ToLower()

    Returns the lower case character.

    Declaration
    public char ToLower()
    Returns
    Type Description
    char

    The lower case character.

    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()

    ToUpper()

    Returns the upper case character.

    Declaration
    public char ToUpper()
    Returns
    Type Description
    char

    The upper case character.

    In This Article
    Back to top Copyright © 2023 nanoFramework Contributors
    Generated by DocFX