LayoutFarm.Demo_SingleLineText_WithSuggestion.GetString C# (CSharp) Méthode

GetString() static private méthode

static private GetString ( char buffer, LayoutFarm bound ) : string
buffer char
bound LayoutFarm
Résultat string
        static string GetString(char[] buffer, LayoutFarm.Composers.TextSplitBound bound)
        {   
            return new string(buffer, bound.startIndex, bound.length);
        }
        string currentLocalText = null;