In This Topic
Expands variable tokens within , replacing the tokens with the variable values
Syntax
'Declaration
<ContractAnnotationAttribute("source:null=>null; source:notnull=>notnull")>
Public Function ExpandTokens( _
ByVal As String _
) As String
[ContractAnnotation("source:null=>null; source:notnull=>notnull")]
public string ExpandTokens(
string
)
[ContractAnnotation("source:null=>null; source:notnull=>notnull")]
public:
String^ ExpandTokens(
String^
)
Parameters
- source
- The string to replace tokens in
See Also