Normalize object name

Namespace: T.Toolkit
Assembly: T.Toolkit (in T.Toolkit.dll)

Public Shared Function NormalizeObjectName( _ 
ByVal name As String, _ 
Optional ByVal concatenateSpaces As Boolean = false _ 
) As String
This language is not supported or no code example is available.
public static string NormalizeObjectName( 
string name
bool concatenateSpaces = false 
)
This language is not supported or no code example is available.

Parameters

name
Type: string

Name

concatenateSpaces
Type: bool

Flag: concate spaces

Return Value

Type: string

Name normalized

.NET Framework

Supported in: 4.6.2, 4.7