Click or drag to resize

CommonHelperSizeToString Method

Convert a Size to a culture invariant string value.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static string SizeToString(
	Size s
)

Parameters

s  Size
Size to convert.

Return Value

String
Culture invariant string representation.
See Also