Search Results for

    Show / Hide Table of Contents

    Class LocalizableString

    Inheritance
    System.Object
    LocalizableString
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Sdl.Core.Globalization
    Assembly: Sdl.Core.Globalization.dll
    Syntax
    public class LocalizableString

    Constructors

    LocalizableString(String)

    Declaration
    public LocalizableString(string content)
    Parameters
    Type Name Description
    System.String content

    Properties

    Content

    Declaration
    public string Content { get; }
    Property Value
    Type Description
    System.String

    IsResource

    Declaration
    public bool IsResource { get; }
    Property Value
    Type Description
    System.Boolean

    RawContent

    Declaration
    public string RawContent { get; }
    Property Value
    Type Description
    System.String

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()

    On this page

    • Constructors
      • LocalizableString(String)
    • Properties
      • Content
      • IsResource
      • RawContent
    • Methods
      • ToString()
    Back to top Generated by DocFX