[This is preliminary documentation and is subject to change.]

Gets the string converted into the Apostrophe for that noun.

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static string ToApostrophe(
	string str
)
Visual Basic (Declaration)
Public Shared Function ToApostrophe ( _
	str As String _
) As String
Visual C++
public:
static String^ ToApostrophe(
	String^ str
)

Parameters

str
Type: System..::.String
The input string which needs to be converted to Apostrophe.

Return Value

The Apostrophe converted string.

See Also