Skip to content

GUIDの生成方法 #50

@f7q

Description

@f7q

Note: Net framework なら、型の完全限定名を元に GUID を振ってくれる

C#

System.Guid guidValue = System.Guid.NewGuid();

cmd.exe

powershell -Command "[Guid]::NewGuid()"

powershell.exe

PS> [Guid]::NewGuid()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions