DevForce Help Reference
PropertyNameToDisplayName Method


Converts the incoming string into CamelCase and separates it into multiple words, e.g. "firstName" becomes "First Name".
Syntax
'Declaration
 
Public Shared Function PropertyNameToDisplayName( _
   ByVal pPropertyName As String _
) As String
'Usage
 
Dim pPropertyName As String
Dim value As String
 
value = StringFns.PropertyNameToDisplayName(pPropertyName)
public static string PropertyNameToDisplayName( 
   string pPropertyName
)

Parameters

pPropertyName
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

StringFns Class
StringFns Members

Send Feedback