Nevron Open Vision Documentation
Nevron.Nov Namespace / NLocalizedString Structure
Fields 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.  
    Public FieldThe original string.  
    Public FieldThe 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 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 localized 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