DevForce Help Reference
StringFns Class Methods


For a list of all members of this type, see StringFns members.

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)ByteArrayToString Converts the byte array to its equivalent hex string representation.  
Public Methodstatic (Shared in Visual Basic)CamelCase Converts multiple words in the incoming string into a single word with the first letter of each of the multiple words capitalized so that each word that makes up the name can easily be read, e.g. "first name" becomes "FirstName".  
Public Methodstatic (Shared in Visual Basic)ConvertTo<T> Typed conversion from string.  
Public MethodEquals (Inherited from object)
Public MethodGetHashCode (Inherited from object)
Public MethodGetType (Inherited from object)
Public Methodstatic (Shared in Visual Basic)ProperCase Capitalizes the first letter of the incoming string.  
Public Methodstatic (Shared in Visual Basic)PropertyNameToDisplayNameConverts the incoming string into CamelCase and separates it into multiple words, e.g. "firstName" becomes "First Name".  
Public Methodstatic (Shared in Visual Basic)StringToByteArray Converts a hex string to its byte array representation.  
Public MethodToString (Inherited from object)
Top
Protected Methods
 NameDescription
Protected MethodFinalize (Inherited from object)
Protected MethodMemberwiseClone (Inherited from object)
Top
See Also

Reference

StringFns Class
IdeaBlade.Core Namespace

Send Feedback