GetSByteValue method

Gets an sbyte value from this WSResult.

Syntax
Visual Basic
Public Function GetSByteValue( _
   ByVal childName As String _
) As System.SByte
C#
public System.Sbyte GetSByteValue(
   string  childName
);
Parameters
  • childName   The element name in the WSDL document of this value.

Return value

The value.

Exceptions