Search
Converter.FromChar Method
See Also
 





Converts the specified char value to string.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static string FromChar (
    char val
)

Visual Basic  Copy Code

Public Shared Function FromChar( _
    val As Char _
) As String

 Parameters

val

The value to convert.

 Return Value

A string representing the specified value.

 See Also