In This Topic
            
            Sets the contents of a MultiLangString with a string passed as argument using language marker if necessary. If argument is in MultiLangString form, it will be parsed and saved under given languages. Otherwise '??_??@' prefix is added which means that the object is visible the same in every language.
            
            
            Syntax
            
            
            
            
            public void SetAsString( 
   string 
)
             
        
            
            public:
void SetAsString( 
   String^ 
) 
             
        
             
        
            Parameters
- val
- String that is set.
 
            
            
            
            
            
            
            
            
            
            
            See Also