public static string GetEmbeddedResourceAsString(
string name,
Encoding enc = null
)
Public Shared Function GetEmbeddedResourceAsString (
name As String,
Optional enc As Encoding = Nothing
) As String
Dim name As String
Dim enc As Encoding
Dim returnValue As String
returnValue = UtilResource.GetEmbeddedResourceAsString(name,
enc)
public:
static String^ GetEmbeddedResourceAsString(
String^ name,
Encoding^ enc = nullptr
)
static member GetEmbeddedResourceAsString :
name : string *
?enc : Encoding
(* Defaults:
let _enc = defaultArg enc null
*)
-> string
No code example is currently available or this language may not be supported.
[Missing <param name="enc"/> documentation for "M:DevCase.Core.Application.Resources.UtilResource.GetEmbeddedResourceAsString(System.String,System.Text.Encoding)"]
No code example is currently available or this language may not be supported.
Dim str As String = GetEmbeddedResourceAsString("file.txt", Encoding.Default)
Console.WriteLine(str)
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.