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

Namespace: Neodynamic.SDK.Printing
Assembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 5.0.3500.0 (5.0.3500.4)

Syntax

C#
public string ToString(
	CultureInfo culture
)
Visual Basic
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 RectangleCornerRadius.

Return Value

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

See Also