GetStringEmbeddedResource(String) Method
In This Topic
Gets the string from embedded resource.
Syntax
'Declaration
Public Overloads Shared Function GetStringEmbeddedResource( _
ByVal As String _
) As String
public static string GetStringEmbeddedResource(
string
)
Parameters
- name
- The image name in resource.
Return Value
The string from embedded resource.
See Also