Returns a spaced out version of the identifier.

Namespace: CodeSmith.BaseTemplates
Assembly: CodeSmith.BaseTemplates (in CodeSmith.BaseTemplates.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public string GetSpacedName(
	string value
)
Visual Basic
Public Function GetSpacedName ( 
	value As String
) As String

Parameters

value
Type: System..::..String

Return Value

Type: String

See Also