ComValue.SetChar

Converts a FoxPro string or number to a .NET char value on the Value structure.

o.ComValue.SetChar(object val)

Parameters

object val
Either a string value or a numeric ASCII code that is converted to a char value.

See also