Endeca Presentation API
GetInt Method (key)
NamespacesEndeca.LoggingLogEntryGetInt(String)
Get the integer value associated with the given key. If the value was originally set via setString(), then this method will still succeed as long as the value is a valid decimal integer.
Declaration Syntax
C#Visual BasicVisual C++
public int GetInt(
	string key
)
Public Function GetInt ( _
	key As String _
) As Integer
public:
int GetInt (
	String^ key
)
Parameters
key (String)
The String to use as the key of the element to get.
Return Value
Returns the integer value associated with the given key.
Exceptions
ExceptionCondition
FormatException If the value is not numeric.
NullReferenceException if no value is associated with the given key

Assembly: Endeca.Logging (Module: Endeca.Logging) Version: 0.0.0.0