Search Results for

    Show / Hide Table of Contents

    Class LocalizableString

    Inheritance
    object
    LocalizableString
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    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
    string content

    Properties

    Content

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

    IsResource

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

    RawContent

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

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()
    In this article
    • Constructors
      • LocalizableString(string)
    • Properties
      • Content
      • IsResource
      • RawContent
    • Methods
      • ToString()
    Back to top Generated by DocFX