Returns the numeric value associated with the Unicode
      character at the specified position in the specified string. 
			[Edit]
		
Parameters
- s
- A string. 
			[Edit]
		
- index
- A int that specifies the position of a character in s. 
			[Edit]
		
- index
- Documentation for this section has not yet been entered. 
			[Edit]
		
Returns
A double representing the numeric value associated with the
char at position 
index in s if and only if that char
has an associated numeric value; otherwise, -1.0. 
			[Edit]
		
Exceptions
Remarks
Requirements
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0