Microsoft SDK for Java

parseStringIntoArray

This method of the PermissionUtils Class splits a string into an array of strings at the specified delimiters.

Syntax

public static String[] parseStringIntoArray(String str,String delims);

Return Value

Returns the string that results from parsing.

Parameters

str The string that is parsed.
delims The delimiters to use when parsing.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.