Skip to content

70d089a0 2ee7 bd34 fae0 8cf80263ca41

Kim Hugener-Ohlsen edited this page May 28, 2016 · 2 revisions

UnitHelper.ToString Method

Returns a String that represents this instance.

Namespace: Sundew.Quantities.Engine.Representations.Hierarchical.Units
Assembly: Sundew.Quantities (in Sundew.Quantities.dll) Version: 1.0.2.0 (1.0.2.0)

Syntax

C#

public static string ToString(
	Prefix prefix,
	string notation
)

C#

public static string ToString(
	Prefix prefix,
	string notation
)

VB

Public Shared Function ToString ( 
	prefix As Prefix,
	notation As String
) As String

VB

Public Shared Function ToString ( 
	prefix As Prefix,
	notation As String
) As String

C++

public:
static String^ ToString(
	Prefix^ prefix, 
	String^ notation
)

C++

public:
static String^ ToString(
	Prefix^ prefix, 
	String^ notation
)

F#

static member ToString : 
        prefix : Prefix * 
        notation : string -> string 

F#

static member ToString : 
        prefix : Prefix * 
        notation : string -> string 

Parameters

 

prefix
Type: Sundew.Quantities.Engine.Representations.Hierarchical.Units.Prefix
The prefix.
notation
Type: System.String
The notation.

Return Value

Type: String
A String that represents this instance.

See Also

Reference

UnitHelper Class
Sundew.Quantities.Engine.Representations.Hierarchical.Units Namespace

Clone this wiki locally