EyeAuras Docs EyeAuras Docs
EyeAuras Docs EyeAuras Docs
DocFX + Singulink = ♥

Search Results for

    Class StringExtensions

    Inheritance
    object
    StringExtensions
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: PoeShared.Scaffolding
    Assembly: PoeShared.dll
    Syntax
    public static class StringExtensions

    Methods

    Name Description
    IsSurroundedWith(string, string)
    JoinStrings(IEnumerable<string>, char)
    JoinStrings(IEnumerable<string>, string)
    Pascalize(string)

    By default, pascalize converts strings to UpperCamelCase also removing underscores

    SplitTrim(string, char)

    Perform a string split that also trims whitespace from each result and removes duplicats

    SplitTrim(string, char[])

    Perform a string split that also trims whitespace from each result and removes duplicats

    SplitTrim(string, string)

    Split string into substrings using separator string Empty items are removed and existing are trimmed

    SurroundWith(string, char)
    SurroundWith(string, string)
    TakeChars(string, int)
    TakeMidChars(string, int, bool)
    ToDecimalOrDefault(string)
    ToIntOrDefault(string)
    ToUriOrDefault(string)
    © Xab3r. All rights reserved.