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
    Boolean

    RawContent

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

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    System.Object.ToString()
    In this article
    Back to top Generated by DocFX