Show / Hide Table of Contents

    Class CharacterHelpers

    Represents the character helpers.

    Inheritance
    Object
    CharacterHelpers
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Platform.Data.Triplets
    Assembly: Platform.Data.Triplets.dll
    Syntax
    public static class CharacterHelpers

    Methods

    | Improve this Doc View Source

    FromChar(Char)

    Creates the char using the specified character.

    Declaration
    public static Link FromChar(char character)
    Parameters
    Type Name Description
    Char character

    The character.

    Returns
    Type Description
    Link

    The link

    | Improve this Doc View Source

    IsChar(Link)

    Determines whether is char.

    Declaration
    public static bool IsChar(Link link)
    Parameters
    Type Name Description
    Link link

    The link.

    Returns
    Type Description
    Boolean

    The bool

    | Improve this Doc View Source

    Recreate()

    Recreates.

    Declaration
    public static void Recreate()
    | Improve this Doc View Source

    ToChar(Link)

    Returns the char using the specified link.

    Declaration
    public static char ToChar(Link link)
    Parameters
    Type Name Description
    Link link

    The link.

    Returns
    Type Description
    Char

    The char.

    Exceptions
    Type Condition
    ArgumentOutOfRangeException

    Указанная связь не являяется символом.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX