Click or drag to resize
EmberIdTryParse Method
Converts the string representation of an identifier input into its EmberId equivalent and returns a value whether the conversion succeeded.

Namespace: Lawo.EmberPlusSharp.Ember
Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax
C#
public static bool TryParse(
	string input,
	out EmberId emberId
)

Parameters

input
Type: SystemString
emberId
Type: Lawo.EmberPlusSharp.EmberEmberId

Return Value

Type: Boolean
true if input was converted successfully; otherwise false.
Bibliography
See Also