IdeaBlade DevForce 2010 Help Reference
StringFns Class Members
See Also  Methods  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core Namespace : StringFns Class


The following tables list the members exposed by StringFns.

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

© 2013 All Rights Reserved.