Skip to content

76d657f0 90d7 73a5 b9f2 f29caa29627c

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

ILexemeRegistry(TResult).TryGet Method

Tries to get the result.

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

Syntax

C#

bool TryGet(
	string input,
	out TResult result
)

C#

bool TryGet(
	string input,
	out TResult result
)

VB

Function TryGet ( 
	input As String,
	<OutAttribute> ByRef result As TResult
) As Boolean

VB

Function TryGet ( 
	input As String,
	<OutAttribute> ByRef result As TResult
) As Boolean

C++

bool TryGet(
	String^ input, 
	[OutAttribute] TResult% result
)

C++

bool TryGet(
	String^ input, 
	[OutAttribute] TResult% result
)

F#

abstract TryGet : 
        input : string * 
        result : 'TResult byref -> bool 

F#

abstract TryGet : 
        input : string * 
        result : 'TResult byref -> bool 

Parameters

 

input
Type: System.String
The input.
result
Type: TResult
The found result.

Return Value

Type: Boolean
true if the input is found, otherwise false

See Also

Reference

ILexemeRegistry(TResult) Interface
Sundew.Quantities.Engine.Representations.Hierarchical.Parsing.LexicalAnalysis Namespace

Clone this wiki locally