C-Sharp ConvertToChar Example – Code Sample Syntax

C-Sharp ConvertToChar Example – Code Sample Syntax Purpose: – Illustrates using C-Sharp ConvertToChar Code Example. View Other C-Sharp Source Code Examples Purpose: Converts Char or first character of string into Char data type Syntax: Convert.ToChar(expression) Parameters Description expression char or string Result Data Type Description Char only first character is used when expression is string Quick Example Convert.ToChar(“Test”)... [Read More...]