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

Namespace: Neodynamic.SDK
Assembly:   Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw)
Version: 1.0.2000.0

Syntax

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

Parameters

culture
System.Globalization.CultureInfo
A CultureInfo that contains the culture to represent the Canvas.

Return Value

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