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



pPropertyName
Converts the incoming string into CamelCase and separates it into multiple words, e.g. "firstName" becomes "First Name".

Syntax

Visual Basic (Declaration) 
Public Shared Function PropertyNameToDisplayName( _
   ByVal pPropertyName As String _
) As String
Visual Basic (Usage)Copy Code
Dim pPropertyName As String
Dim value As String
 
value = StringFns.PropertyNameToDisplayName(pPropertyName)
C# 
public static string PropertyNameToDisplayName( 
   string pPropertyName
)
C++/CLI 
public:
static String^ PropertyNameToDisplayName( 
   String^ pPropertyName
) 

Parameters

pPropertyName

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.