IdeaBlade.Core Assembly > IdeaBlade.Core Namespace : StringFns Class |
The following tables list the members exposed by StringFns.
Name | Description | |
---|---|---|
ByteArrayToString | Converts the byte array to its equivalent hex string representation. | |
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". | |
ConvertTo<T> | Typed conversion from string. | |
Equals | (Inherited from object) | |
GetHashCode | (Inherited from object) | |
GetType | (Inherited from object) | |
ProperCase | Capitalizes the first letter of the incoming string. | |
PropertyNameToDisplayName | Converts the incoming string into CamelCase and separates it into multiple words, e.g. "firstName" becomes "First Name". | |
StringToByteArray | Converts a hex string to its byte array representation. | |
ToString | (Inherited from object) |
Name | Description | |
---|---|---|
Finalize | (Inherited from object) | |
MemberwiseClone | (Inherited from object) |