Expand Minimize
This topic has not yet been rated - Rate this topic

SPUtility.TryGetStringFromBinaryUserId method

Tries to extract a string from the binary user identifier and returns it.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
public static string TryGetStringFromBinaryUserId(
	byte[] binaryUserId,
	out Exception ex
)

Parameters

binaryUserId
Type: []
A binary equivalent of the user identifier, usually obtained from GetBinaryUserId(String).
ex
Type: System.Exception
When this method returns, contains an Exception if any errors were encountered while getting the string.

Return value

Type: System.String
A string that contains the extracted user identifier string.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.