Search Results for

    Show / Hide Table of Contents

    Enum TextFileEncoding

    AN enumeration of the different types of text encoding supported

    Namespace: LemonEdge.Utils
    Assembly: Utils.dll
    Syntax
    public enum TextFileEncoding : short

    Fields

    Name Description
    ASCII
    BigEndianUnicode
    Unicode
    UTF32
    UTF7
    UTF8
    See Also
    EncodingExtensions

    Extension Methods

    EncodingExtensions.ToSystemEncoding()
    EnumHelper.GetShortFlaggedValues<TextFileEncoding>()
    EnumHelper.ToShortGuid<TextFileEncoding>()
    MiscExtensions.SetIfNotEqual<TextFileEncoding, P>(Expression<Func<TextFileEncoding, P>>, P)
    ReflectionExtensions.ClearEventInvocations(String)
    ReflectionHelper.GetEnumValueCustomAttributes<AttrType, TextFileEncoding>()
    StringExtensions.ToCSVFormatString(Type)
    SQLExtensions.ToSQLValue(Boolean)
    In This Article
    Back to top © LemonTree Software Ltd. All rights reserved.