AngeliA
Search Results for

    Show / Hide Table of Contents

    Class IntToChars

    Get char array that holds the given intager as text content without creating heap pressure

    Constructors

    IntToChars(string, string)

    Get char array that holds the given intager as text content without creating heap pressure

    Declaration
    public IntToChars(string prefix = "", string suffix = "")
    Parameters
    Type Name Description
    string prefix

    Label that add before the text content

    string suffix

    Label that add after the text content

    Methods

    Chars_to_Int(char[], int)

    Get intager from the given char array

    Declaration
    public static int Chars_to_Int(char[] charsValue, int startIndex = 0)

    GetChars(int)

    Calculate the char array based on the given intager

    Declaration
    public char[] GetChars(int value)

    Int_to_Chars(int, char[], ref int)

    Calculate char array based on the given intager

    Declaration
    public static void Int_to_Chars(int intValue, char[] charsValue, ref int startIndex)
    int startIndex

    Index of the next edit value

    Back to top ๐Ÿ„๐Ÿฆโ€โฌ›๐Ÿงฆ๐Ÿˆ๐ŸŽƒ๐Ÿ’“๐ŸŒนโ˜•๐Ÿดโ€โ˜ ๏ธ๐Ÿค