TempDataRecord.GetChar Method
Namespace: Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Function GetChar ( _
ordinal As Integer _
) As Char
'Usage
Dim instance As TempDataRecord
Dim ordinal As Integer
Dim returnValue As Char
returnValue = instance.GetChar(ordinal)
public char GetChar(
int ordinal
)
Parameters
- ordinal
Type: System.Int32
Return Value
Type: System.Char
Implements
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db Namespace