Converts the WordArtShape object to a string representation, using the specified CultureInfo.

Namespace:  Neodynamic.WebControls.ImageDraw
Assembly:  Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll) Version: 5.0.2000.0 (5.0.2000.0)

Syntax

C#
public string ToString(
	CultureInfo culture
)
Visual Basic (Declaration)
Public Function ToString ( _
	culture As CultureInfo _
) As String
Visual C++
public:
String^ ToString(
	CultureInfo^ culture
)

Parameters

culture
Type: System.Globalization..::.CultureInfo
A CultureInfo that contains the culture to represent the WordArtShape.

Return Value

The string representation of the WordArtShape object in the specified culture.

See Also