Nevron.Nov Namespace / NLocalizedString Structure
Fields Properties Methods


In This Topic
    NLocalizedString Structure Members
    In This Topic

    The following tables list the members exposed by NLocalizedString.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Represents the empty localized string.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the original string.  
    Public PropertyGets the translated string.  
    Top
    Public Methods
     NameDescription
    Public MethodAppends the given string to both the Original and the Translated values.  
    Public MethodCreates an identical copy of the given object.  
    Public MethodChecks whether the given object is equal to this localized string.  
    Public Methodstatic (Shared in Visual Basic)Returns a localized string the original string of which is a formated string and the translated string is a  
    Public MethodGets the hash code of this localized string.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Joins the given localized string values using the specified separator character.  
    Public MethodPrepends the given string to both the Original and the Translated values.  
    Public MethodSplits this Original string using the given separator char.  
    Public MethodReturns the localized (translated) version of the key.  
    Top
    Public Operators
    Concatenates the given two localized strings.
    Checks if the given two localized strings are equal.
    Checks if the given two localized strings are not equal.
    Top
    See Also