Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のようなUNIQUE文字列を生成する関数が必要です。
DIM uniStr as string = generateUniStr()
すでにこれを行っている関数はありますか?
使用できます
Dim uniStr = Guid.NewGuid().ToString()
GUIDを生成し、それを文字列化することができます。
より良い解決策がある可能性が高いため、実際に探しているものについて詳しく説明することをお勧めします。