Ensures that the value has the same casing as the original value.

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

Syntax

C#
public static string ToSameCase(
	string original,
	string value
)
Visual Basic
Public Shared Function ToSameCase ( 
	original As String,
	value As String
) As String

Parameters

original
Type: System..::..String
value
Type: System..::..String

Return Value

Type: String

See Also