-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_Option_1_ToString
Andrew Koryavchenko edited this page Jun 17, 2018
·
5 revisions
Returns the fully qualified type name of this instance.
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public override string ToString()
VB
Public Overrides Function ToString As String
F#
abstract ToString : unit -> string
override ToString : unit -> string
Type: String
A String containing a fully qualified type name.