UtilNetCodeConverterTelerikCodeConvertAsync Method
Namespace: DevCase.Core.Diagnostics.CodeConversionAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
No code example is currently available or this language may not be supported.
- converterMethod TelerikCodeConverterMethod
-
The conversion method, that is, VB.NET to C#, or C# to VB.NET.
- sourceCode String
-
The source-code to convert.
TaskString
The resulting source-code converted in the specified language by
converterMethod.
This is a code example to convert C# code to VB.NET.
No code example is currently available or this language may not be supported.
Dim sourceCode As String = string str = "Hello World";.Value
Dim result As String = Await TelerikCodeConvertAsync(TelerikCodeConverterMethod.CSharpToVisualBasic, sourceCode)
Console.WriteLine(result)
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
InvalidEnumArgumentException
|
|