'Declaration
<NotNullAttribute()> <PureAttribute()> Public Shared Function CreateString( _ ByVal stringIdentifier As String _ ) As UAPublisherId
'Usage
Dim stringIdentifier As String Dim value As UAPublisherId value = UAPublisherId.CreateString(stringIdentifier)
[NotNull()] [Pure()] public static UAPublisherId CreateString( string stringIdentifier )
[NotNull()] [Pure()] public: static UAPublisherId^ CreateString( String^ stringIdentifier )
Parameters
- stringIdentifier
- A string identifier of the publisher Id.
Return Value
Returns a string publisher Id with the specified identifier.