Does interpretation of a sequence to an integer value.

Namespace:  SGP.Baltie
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
[CLSCompliantAttribute(false)]
protected int InterpretInteger(
	ISpeechPhraseProperty p
)

Parameters

p
Type: ISpeechPhraseProperty
Information about properties ISpeechPhraseProperty.

Return Value

Returns the converted integer value.

Exceptions

ExceptionCondition
System..::.ArgumentNullException p is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also