ConnectionIdToString Method (IFormatProvider) Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Converts the value of this instance to an equivalent String using the specified culture-specific formatting information.

Namespace: ContentStudio
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public string ToString(
	IFormatProvider provider
)

Parameters

provider
Type: SystemIFormatProvider
An IFormatProvider interface implementation that supplies culture-specific formatting information.

Return Value

Type: String
A String instance equivalent to the value of this instance.

Implements

IConvertibleToString(IFormatProvider)
See Also

Reference