Convert a string in sentense case Ex: hello world -> Hello world

Namespace:  Devolutions.Utils
Assembly:  Devolutions.Utils (in Devolutions.Utils.dll)

Syntax

Visual Basic
Public Shared Function ToSentenceCase ( _
	str As String _
) As String
C#
public static string ToSentenceCase(
	string str
)

Parameters

str
Type: System..::..String

Return Value

See Also