Xamarin.Forms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextWithFormat.StringType

    Show / Hide Table of Contents

    Class TextWithFormat.StringType

    Possible string flags.

    Inheritance
    System.Object
    TextWithFormat.StringType
    Namespace: Syncfusion.XlsIO.Parser.Biff_Records
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public sealed class StringType : Enum

    Fields

    FarEast

    Extended string follows (Far East versions).

    Declaration
    public const TextWithFormat.StringType FarEast
    Field Value
    Type Description
    TextWithFormat.StringType

    NonUnicode

    Non-Unicode

    Declaration
    public const TextWithFormat.StringType NonUnicode
    Field Value
    Type Description
    TextWithFormat.StringType

    RichText

    Rich string follows.

    Declaration
    public const TextWithFormat.StringType RichText
    Field Value
    Type Description
    TextWithFormat.StringType

    Unicode

    The string is saved as double-byte characters.

    Declaration
    public const TextWithFormat.StringType Unicode
    Field Value
    Type Description
    TextWithFormat.StringType

    value__

    Declaration
    public byte value__
    Field Value
    Type Description
    System.Byte
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved