Gets the value for the specified string key.
Syntax
Visual Basic (Declaration) | |
---|
Function StringGetAt( _
ByVal bsKey As System.String, _
ByRef pbsRetValue As System.String _
) As System.Boolean |
C# | |
---|
System.bool StringGetAt(
System.string bsKey,
out System.string pbsRetValue
) |
C++/CLI | |
---|
System.bool StringGetAt(
& System.String^ bsKey,
& [Out] System.String^ pbsRetValue
) |
Parameters
- bsKey
- Key for which to get a value
- pbsRetValue
- Value for the specified key
Return Value
True if the key was found, false if not
Example
Remarks
See Also
Availability
SOLIDWORKS PDM Professional Version 5.2