UtilLyricConvertLrcToTxt Method
Converts a LRC lyric string to plain text.
Namespace: DevCase.Core.Media.SoundAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static string ConvertLrcToTxt(
string lrc
)
Public Shared Function ConvertLrcToTxt (
lrc As String
) As String
Dim lrc As String
Dim returnValue As String
returnValue = UtilLyric.ConvertLrcToTxt(lrc)
public:
static String^ ConvertLrcToTxt(
String^ lrc
)
static member ConvertLrcToTxt :
lrc : string -> string
No code example is currently available or this language may not be supported.
- lrc String
-
The LRC lyric string.
String
The resulting string of the conversion.
This is a code example.
No code example is currently available or this language may not be supported.
Dim lrc As String = File.ReadAllText("C:\File.lrc", Encoding.Default)
Dim txt As String = ConvertLrcToTxt(lrc)
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.